Dsl

class Dsl

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class NeighborsProxy : DslProxy

An uninstantiable, behaviorless type to represent the field in generics.

Properties

Link copied to clipboard
@get:JvmName(name = "getLastSentById")
@set:JvmName(name = "setLastSentById")
var lastSentById: Int

uint32 last_sent_by_id = 2;

Link copied to clipboard

repeated .meshtastic.Neighbor neighbors = 4;

Link copied to clipboard
@get:JvmName(name = "getNodeBroadcastIntervalSecs")
@set:JvmName(name = "setNodeBroadcastIntervalSecs")
var nodeBroadcastIntervalSecs: Int

uint32 node_broadcast_interval_secs = 3;

Link copied to clipboard
@get:JvmName(name = "getNodeId")
@set:JvmName(name = "setNodeId")
var nodeId: Int

uint32 node_id = 1;

Functions

Link copied to clipboard

repeated .meshtastic.Neighbor neighbors = 4;

Link copied to clipboard

repeated .meshtastic.Neighbor neighbors = 4;

Link copied to clipboard
@JvmName(name = "clearNeighbors")
fun DslList<MeshProtos.Neighbor, NeighborInfoKt.Dsl.NeighborsProxy>.clear()

repeated .meshtastic.Neighbor neighbors = 4;

Link copied to clipboard

uint32 last_sent_by_id = 2;

Link copied to clipboard

uint32 node_broadcast_interval_secs = 3;

Link copied to clipboard

uint32 node_id = 1;

Link copied to clipboard
@JvmName(name = "plusAssignNeighbors")
inline operator fun DslList<MeshProtos.Neighbor, NeighborInfoKt.Dsl.NeighborsProxy>.plusAssign(value: MeshProtos.Neighbor)
@JvmName(name = "plusAssignAllNeighbors")
inline operator fun DslList<MeshProtos.Neighbor, NeighborInfoKt.Dsl.NeighborsProxy>.plusAssign(values: Iterable<MeshProtos.Neighbor>)

repeated .meshtastic.Neighbor neighbors = 4;

Link copied to clipboard
@JvmName(name = "setNeighbors")
operator fun DslList<MeshProtos.Neighbor, NeighborInfoKt.Dsl.NeighborsProxy>.set(index: Int, value: MeshProtos.Neighbor)

repeated .meshtastic.Neighbor neighbors = 4;